-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add maxHeaderSize
config for server side
#1531
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1531 +/- ##
============================================
- Coverage 80.68% 80.65% -0.03%
- Complexity 0 56 +56
============================================
Files 76 80 +4
Lines 5477 5660 +183
Branches 1275 1322 +47
============================================
+ Hits 4419 4565 +146
- Misses 657 676 +19
- Partials 401 419 +18 ☔ View full report in Codecov by Sentry. |
Purpose
$subject
Fixes ballerina-platform/ballerina-library#5969
For now, I have only added support for server side header size configuration as http2 does not support the client side yet. This is tracked in ballerina-platform/ballerina-library#5992
Examples
Checklist